WriteContextImpl

Undocumented in source.

Members

Aliases

NextCallBack
alias NextCallBack = void delegate(Wout, size_t)
Undocumented in source.
ThisCallBack
alias ThisCallBack = void delegate(Win, size_t)
Undocumented in source.

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
fireClose
void fireClose()
Undocumented in source. Be warned that the author may not have intended to support it.
fireWrite
void fireWrite(Wout msg, NextCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(Win msg, ThisCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta